0.0
NA
CVE-2024-43903
AMD Display NULL Pointer Dereference Vulnerability
Description

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

INFO

Published Date :

Aug. 26, 2024, 11:15 a.m.

Last Modified :

Dec. 19, 2024, 12:15 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2024-43903 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
Solution
The affected packages need to be updated to remediate the vulnerability.
  • Update the affected packages.
  • Update the affected Linux packages.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2024-43903 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2024-43903 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Rejected by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Dec. 19, 2024

    Action Type Old Value New Value
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Dec. 19, 2024

    Action Type Old Value New Value
    Changed Description In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update This commit adds a null check for the 'afb' variable in the amdgpu_dm_plane_handle_cursor_update function. Previously, 'afb' was assumed to be null, but was used later in the code without a null check. This could potentially lead to a null pointer dereference. Fixes the below: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:1298 amdgpu_dm_plane_handle_cursor_update() error: we previously assumed 'afb' could be null (see line 1252) Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
    Removed CVSS V3.1 NIST: AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
    Removed CWE NIST: CWE-476
    Removed CPE Configuration 3173839 Config Identifier: 0, OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 from (excluding) 6.10.5 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 from (excluding) 6.6.46 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (excluding) 6.1.105
    Removed Reference kernel.org: https://git.kernel.org/stable/c/31a679a880102dee6e10985a7b1789af8dc328cc
    Removed Reference kernel.org: https://git.kernel.org/stable/c/38e6f715b02b572f74677eb2f29d3b4bc6f1ddff
    Removed Reference kernel.org: https://git.kernel.org/stable/c/94220b35aeba2b68da81deeefbb784d94eeb5c04
    Removed Reference kernel.org: https://git.kernel.org/stable/c/ce5d090af683137cb779ed7e3683839f9c778b35
    Removed Reference Type kernel.org: https://git.kernel.org/stable/c/31a679a880102dee6e10985a7b1789af8dc328cc Types: Patch
    Removed Reference Type kernel.org: https://git.kernel.org/stable/c/38e6f715b02b572f74677eb2f29d3b4bc6f1ddff Types: Patch
    Removed Reference Type kernel.org: https://git.kernel.org/stable/c/94220b35aeba2b68da81deeefbb784d94eeb5c04 Types: Patch
    Removed Reference Type kernel.org: https://git.kernel.org/stable/c/ce5d090af683137cb779ed7e3683839f9c778b35 Types: Patch
  • Initial Analysis by [email protected]

    Aug. 27, 2024

    Action Type Old Value New Value
    Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
    Changed Reference Type https://git.kernel.org/stable/c/31a679a880102dee6e10985a7b1789af8dc328cc No Types Assigned https://git.kernel.org/stable/c/31a679a880102dee6e10985a7b1789af8dc328cc Patch
    Changed Reference Type https://git.kernel.org/stable/c/38e6f715b02b572f74677eb2f29d3b4bc6f1ddff No Types Assigned https://git.kernel.org/stable/c/38e6f715b02b572f74677eb2f29d3b4bc6f1ddff Patch
    Changed Reference Type https://git.kernel.org/stable/c/94220b35aeba2b68da81deeefbb784d94eeb5c04 No Types Assigned https://git.kernel.org/stable/c/94220b35aeba2b68da81deeefbb784d94eeb5c04 Patch
    Changed Reference Type https://git.kernel.org/stable/c/ce5d090af683137cb779ed7e3683839f9c778b35 No Types Assigned https://git.kernel.org/stable/c/ce5d090af683137cb779ed7e3683839f9c778b35 Patch
    Added CWE NIST CWE-476
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions up to (excluding) 6.1.105 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.46 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.10.5
  • CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 26, 2024

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update This commit adds a null check for the 'afb' variable in the amdgpu_dm_plane_handle_cursor_update function. Previously, 'afb' was assumed to be null, but was used later in the code without a null check. This could potentially lead to a null pointer dereference. Fixes the below: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:1298 amdgpu_dm_plane_handle_cursor_update() error: we previously assumed 'afb' could be null (see line 1252)
    Added Reference kernel.org https://git.kernel.org/stable/c/ce5d090af683137cb779ed7e3683839f9c778b35 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/94220b35aeba2b68da81deeefbb784d94eeb5c04 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/31a679a880102dee6e10985a7b1789af8dc328cc [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/38e6f715b02b572f74677eb2f29d3b4bc6f1ddff [No types assigned]
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
No CVSS metrics available for this vulnerability.